-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pyproject #27
Pyproject #27
Conversation
I think the problem here is that |
I think there's something going on here that I don't understand. Could you look at the travis errors? It's picking up the numpy requirement fine, and installing pypolychord fine, but when trying to import it, it's saying that it can't find the shared lib. |
Ah, pip installing polychord is currently an open PR #24 Do you have to use pip to get the |
Hmmm yes I think so. I'll have a bit more of a look. |
Yes, using |
@tilmantroester, what remains to be done to fix #24 ? |
Fixing the macOS travis builds and re-adding python 2 support. The travis failure is bizarre while the python 2 part should be straightforward to implement but I haven't had time to look into it. |
Hi @steven-murray. There have been some fairly major changes here to the python setup after the merge of #24, and a few new errors are emerging now on the travis build. Have you seen these before in your experience of implementing toml files? |
Wow, no I've never seen errors like that. Looks like it's mostly working with MPI=1, but not with MPI=0. You might have to install some blas library manually? |
* Add .circleci/config.yml * Made the directory for chains * Still need numpy until #27 successfully is merged * Installing mpi * Trying with just libopenpi-dev * Verbose output to see what is going on * Trying with explicitly setting the fortran compiler for debian
Adds
pyproject.toml
which should de-necessitate pre-installing numpy into a fresh environment before installingpypolychord
.Closes #26